home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / yk211src.lha / Yak_2.11_Src / Prefs / Include / sas_lists.h < prev   
Text File  |  1995-11-16  |  303b  |  10 lines

  1. /* The following lists manipulation functions are not needed for DICE
  2.  * because they are already implemented in DICE c.lib 
  3.  */
  4.  
  5. void *GetHead(const struct MinList *List);
  6. void *GetSucc(const struct MinNode *Node);
  7. void *GetTail(const struct MinList *List);
  8. void *GetPred(const struct MinNode *Node);
  9.  
  10.